From: umherirrender Date: Thu, 14 Aug 2014 17:22:13 +0000 (+0200) Subject: Correct type of @param of Linker::getRevDeleteLink X-Git-Tag: 1.31.0-rc.0~14364 X-Git-Url: http://git.cyclocoop.org/%22.%24match%5B1%5D.%22?a=commitdiff_plain;h=83561c5ca7059889bb68ee7b8f6540f4690a830e;p=lhc%2Fweb%2Fwiklou.git Correct type of @param of Linker::getRevDeleteLink Change-Id: Ie382e2f7b68e27f56de469bfead1588b97b5f9c3 --- diff --git a/includes/Linker.php b/includes/Linker.php index 3805c5f043..05caeaa60a 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -2197,7 +2197,7 @@ class Linker { * * @param User $user * @param Revision $rev - * @param Revision $title + * @param Title $title * @return string HTML fragment */ public static function getRevDeleteLink( User $user, Revision $rev, Title $title ) {